home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / dfree.lha / dfree.readme < prev   
Text File  |  1994-11-21  |  2KB  |  49 lines

  1. #############################################################################
  2. ##   MF "DFREE" - Show free space on a disk                                ##
  3. ##                                                                         ##
  4. ##   Written by:  Max Francis (francism@cs.man.ac.uk)                      ##
  5. ##   Date:        12/02/94                                                 ##
  6. #############################################################################
  7.  
  8. I wrote dfree because AmigaDOS didn't seem to have a shell command to tell 
  9. you simply how much space there was left on a given device/disk.  As in "How
  10. much free space do I have on my hard-drive?", reply - "You have 12M left"...
  11.  
  12. I only really knocked it together quickly with (I hope) a reasonable program
  13. structure.  I have tested it on a standard A1200 and an A1200 with Viper 
  14. 68030 28MHz board.  I don't really see why it wouldn't work on other systems,
  15. it's Operating System friendly.  However, it does need at least kickstart 2.0
  16. - if you haven't got this, then get it.  No one is writing software that will
  17. run on 1.3 or lower any more.
  18.  
  19. To use DFREE
  20. ~~~~~~~~~~~~
  21. Copy "dfree" to your c: directory
  22. "dfree" is a Shell/CLI command.  It's synopsis is:
  23.  
  24. dfree <device>    where <device> is a disk or device 
  25.                   - eg. "df0:", "dh0:", "RAM:", "PC0:", etc.
  26. dfree ?           shows you the synopsis of the command.
  27.  
  28. If the value is above 5 meg, it is presented as whole megabytes ("nM free")
  29. If the value is lower than 5 meg, it is presented as Kilobytes ("nk free")
  30. If the value is less than 1 kilobyte, it's shown as Bytes ("n bytes free")
  31. If the value returned is 1 byte, it is presented as "1 byte free".
  32.  
  33. This program is whatever "ware" being completely free is.  But if you do use
  34. it, let me know, (even if its to say that it's complete crap [but tell my 
  35. why]) by email (address above) or by normal mail at:
  36.  
  37.       Max Francis
  38.       7 Forest Drive
  39.       Keston Park
  40.       Keston
  41.       Kent.
  42.       BR2 6EE
  43.  
  44. -----------------------------------------------------------------------------
  45. PS.  Look out for MF "icon" - gives a disk object a standard icon from Shell
  46.      and MF "reboot" - perform system reboot as a shell command (for use with
  47.      shell scripts, ARexx, PARnetKeys etc.)
  48. -----------------------------------------------------------------------------
  49.